home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TTIFBILEVELOPTIONSDLG / TTIFBILEVELOPTIONSDLG.txt
Text File  |  2001-10-17  |  2KB  |  111 lines

  1. object TIFBilevelOptionsDlg: TTIFBilevelOptionsDlg
  2.   Left = 232
  3.   Top = 24
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save as TIF options:'
  7.   ClientHeight = 162
  8.   ClientWidth = 286
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox15: TGroupBox
  19.     Left = 10
  20.     Top = 8
  21.     Width = 263
  22.     Height = 105
  23.     Caption = ' Compression: '
  24.     TabOrder = 0
  25.     object Huffmann: TRadioButton
  26.       Left = 24
  27.       Top = 22
  28.       Width = 105
  29.       Height = 17
  30.       HelpContext = 112
  31.       Caption = 'CCITT Group 3'
  32.       TabOrder = 0
  33.     end
  34.     object CCITTFax3: TRadioButton
  35.       Left = 24
  36.       Top = 46
  37.       Width = 89
  38.       Height = 17
  39.       HelpContext = 113
  40.       Caption = 'CCITT Fax 3'
  41.       TabOrder = 1
  42.     end
  43.     object CCITTFax4: TRadioButton
  44.       Left = 24
  45.       Top = 70
  46.       Width = 89
  47.       Height = 17
  48.       HelpContext = 114
  49.       Caption = 'CCITT Fax 4'
  50.       Checked = True
  51.       TabOrder = 2
  52.       TabStop = True
  53.     end
  54.     object MonoPackBits: TRadioButton
  55.       Left = 144
  56.       Top = 22
  57.       Width = 73
  58.       Height = 17
  59.       HelpContext = 110
  60.       Caption = 'PackBits'
  61.       TabOrder = 3
  62.     end
  63.     object MonoLZW: TRadioButton
  64.       Left = 144
  65.       Top = 70
  66.       Width = 57
  67.       Height = 17
  68.       Caption = 'LZW'
  69.       TabOrder = 4
  70.     end
  71.     object MonoNoCompression: TRadioButton
  72.       Left = 144
  73.       Top = 46
  74.       Width = 105
  75.       Height = 17
  76.       HelpContext = 111
  77.       Caption = 'No compression'
  78.       TabOrder = 5
  79.     end
  80.   end
  81.   object TiffImageText: TCheckBox
  82.     Left = 168
  83.     Top = 132
  84.     Width = 105
  85.     Height = 17
  86.     HelpContext = 115
  87.     Caption = 'Save image text'
  88.     State = cbChecked
  89.     TabOrder = 1
  90.   end
  91.   object OKBtn: TButton
  92.     Left = 26
  93.     Top = 128
  94.     Width = 60
  95.     Height = 25
  96.     Caption = 'OK'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 2
  100.   end
  101.   object CancelBtn: TButton
  102.     Left = 90
  103.     Top = 128
  104.     Width = 60
  105.     Height = 25
  106.     Caption = 'Cancel'
  107.     ModalResult = 2
  108.     TabOrder = 3
  109.   end
  110. end
  111.